projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
315b236
)
(repeat-history-command): Bug fix. Someone forgot a car.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Fri, 2 Apr 1993 16:41:54 +0000
(16:41 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Fri, 2 Apr 1993 16:41:54 +0000
(16:41 +0000)
lisp/chistory.el
patch
|
blob
|
history
diff --git
a/lisp/chistory.el
b/lisp/chistory.el
index 403fb0b24e9610c0ab18f3cca74b65413daf4e47..64fe7c8688de2a66348eb046073dccaf53a61b40 100644
(file)
--- a/
lisp/chistory.el
+++ b/
lisp/chistory.el
@@
-151,7
+151,7
@@
The buffer for that command is the previous current buffer."
(beginning-of-line)
(read (current-buffer)))
(set-buffer
- (c
dr (buffer-list
)))))))
+ (c
ar (cdr (buffer-list)
)))))))
;;;###autoload
(defun command-history-mode ()